Parameter Element

Description

A value to be passed to the Custom Server at run time.

Attributes

NameTypeUseDefaultDescription
Namestringrequired The name of the parameter.

Used By

Source

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Parameter">
    <xs:annotation>
        <xs:documentation>A value to be passed to the Custom Server at run time.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="Name" type="xs:string" use="required" />
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>